catch multiple exceptions in {python}

aliases
No value
tags
No value
description
No value
title
catch multiple exceptions in {python}
created
2023-08-18T11:29:47
updated
2023-08-18T11:30:02

https://stackoverflow.com/questions/6470428/catch-multiple-exceptions-in-one-line-except-block

except (IDontLikeYouException, YouAreBeingMeanException) as e:
    pass